Skip to content

Conversation

dbraquart
Copy link
Contributor

No description provided.

type TabularModificationCommonType = {
export type TabularModificationEditDataType = {
uuid: UUID;
type: 'TABULAR_MODIFICATION' | 'TABULAR_CREATION';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ModificationType.TABULAR_MODIFICATION
ModificationType.TABULAR_CREATION

});
// For now, we do not manage reactive limits by diagram
if (creationType === 'GENERATOR_CREATION' || creationType === 'BATTERY_CREATION') {
if (modificationType === 'GENERATOR_CREATION' || modificationType === 'BATTERY_CREATION') {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ModificationType.GENERATOR_CREATION
ModificationType.BATTERY_CREATION

Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants